Fix multiple minor issues: copyright year, links, forms, and accessibility#44
Fix multiple minor issues: copyright year, links, forms, and accessibility#44PiyushPrasun wants to merge 1 commit intokeploy:mainfrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR fixes several minor issues including updating the copyright year to 2025, making YouTube links consistent, adding proper action URLs to newsletter forms, and improving accessibility by adding descriptive alt texts to testimonial images.
- Updated testimonial images with descriptive alt text for better accessibility
- Updated newsletter forms with proper action URLs and target attributes
- Revised footer details by updating the copyright year and YouTube link
Comments suppressed due to low confidence (1)
index.html:239
- [nitpick] Consider preserving consistent formatting and indentation when merging nested elements. Splitting the opening tags into separate, well-indented lines would improve code readability.
<div class="div1 eachdiv"> <div class="userdetails">
…2024 to 2025 to reflect the current year. Fixed inconsistent YouTube links: Made the YouTube links in the header and footer consistent by updating the footer link to match the header link. Added proper action URLs to newsletter forms: Added the Mailchimp URL to both newsletter forms that were missing action URLs, ensuring they'll function correctly. Improved accessibility: Added alt text to all testimonial images that were missing them, making the website more accessible to users with screen readers Signed-off-by: Piyush Prasun <146322550+PiyushPrasun@users.noreply.github.com>
68c1659 to
0e79581
Compare
|
Hey @PiyushPrasun, Thanks for raising this pr. |
Updated the copyright year: Changed the footer's copyright year from 2024 to 2025 to reflect the current year.
Fixed inconsistent YouTube links: Made the YouTube links in the header and footer consistent by updating the footer link to match the header link.
Added proper action URLs to newsletter forms: Added the Mailchimp URL to both newsletter forms that were missing action URLs, ensuring they'll function correctly.
Improved accessibility: Added alt text to all testimonial images that were missing them, making the website more accessible to users with screen readers
Pull Request Template